Carbon


SGGrabCompleteBottleProcPtr

Header: QuickTimeComponents.h Carbon status: Supported

typedef ComponentResult(* SGGrabCompleteBottleProcPtr) (
    SGChannel c, 
    SInt16 bufferNum, 
    Boolean *done, 
    SInt32 refCon
);

You would declare your function like this if you were to name it MySGGrabCompleteBottleCallback:

ComponentResult MySGGrabCompleteBottleCallback (
    SGChannel c, 
    SInt16 bufferNum, 
    Boolean *done, 
    SInt32 refCon
);
c
bufferNum
done
refCon

AVAILABILITY

Supported in Carbon.


© 2000 Apple Computer, Inc. — (Last Updated 5/10/2000)